home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
telecomm
/
fnordadl
/
fn132src.zoo
/
cith
/
floor.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-02
|
405 b
|
22 lines
/*
* floor.h -- structures and definitions for Fnordadel floors
*
* 91Apr29 AA Extracted from ctdl.h and other places
*/
#ifndef _FLOOR_H
#define _FLOOR_H
/*
* floor stuff
*/
struct flTab {
LABEL flName; /* floor name */
char flGen; /* floor generation # */
BOOL flInUse; /* is this floor in use? */
} ;
#define LOBBYFLOOR 0 /* generation number and* table index */
#endif